Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #748 +/- ##
==========================================
- Coverage 80.63% 80.58% -0.05%
==========================================
Files 64 64
Lines 4244 4244
==========================================
- Hits 3422 3420 -2
- Misses 624 625 +1
- Partials 198 199 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Temporarily published container image as |
|
I've verified that this works in my environment for the icmp check. Details here: #697 (comment) |
h3mmy
left a comment
There was a problem hiding this comment.
LGTM. Thanks for making this change!
|
FYI this is on-hold and is being discussed in #697 |
|
Hya, just chiming in that this fixes ICMP with rootless |
|
Is there anything specifically preventing this from being merged? |
|
@h3mmy #697 (comment) is why I'm not merging it. #697 (comment) is the reason why this needs more investigation. The fix itself resolves an issue for some people, but causes more issues for other people. This still needs some investigation, and I don't have the time to spend on this at the moment. Also worth pointing out that for me, the current release works just fine, but the fix does not unless I add to the pod security context, which means that this would technically be a regression for my cloud environment, and likely others. |
|
Superseded by #1056 |
Summary
Use privileged mode for ICMP only on Windows
Fixes #697
Checklist
README.md, if applicable.